chore(deps): update all non-major dependencies #1029
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.24.0
->0.24.2
v2.14.0
->v2.15.0
v1.5.1
->v1.6.1
1.23.3
->1.23.4
2.2.0
->2.2.1
Release Notes
evanw/esbuild (esbuild)
v0.24.2
Fix regression with
--define
andimport.meta
(#4010, #4012, #4013)The previous change in version 0.24.1 to use a more expression-like parser for
define
values to allow quoted property names introduced a regression that removed the ability to use--define:import.meta=...
. Even thoughimport
is normally a keyword that can't be used as an identifier, ES modules special-case theimport.meta
expression to behave like an identifier anyway. This change fixes the regression.This fix was contributed by @sapphi-red.
alecthomas/chroma (github.com/alecthomas/chroma/v2)
v2.15.0
Compare Source
What's Changed
.jsonc
extension by @CarterLi in https://github.com/alecthomas/chroma/pull/1022New Contributors
Full Changelog: v2.14.0...v2.15.0
alecthomas/kong (github.com/alecthomas/kong)
v1.6.1
Compare Source
What's Changed
Full Changelog: alecthomas/kong@v1.6.0...v1.6.1
v1.6.0
Compare Source
golang/go (go)
v1.23.4
watchexec/watchexec (watchexec)
v2.2.1
: CLI v2.2.1Configuration
📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.